home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
8542
/
8542.xpi
/
chrome
/
lastpass.jar
/
content
/
print.xul
< prev
next >
Wrap
Extensible Markup Language
|
2010-02-14
|
821b
|
22 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
<!DOCTYPE dialog SYSTEM "chrome://lastpass/locale/lastpass.dtd">
<dialog id="LPPrint"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
buttons=","
defaultButton=","
onload="return LP.print_window_load(document, window);"
onunload="return LP.print_window_unload(document, window);">
<script type="application/x-javascript" src="chrome://lastpass/content/getlp.js" />
<hbox>
<button id="printbutton" oncommand="LP.print_print_click(document, window)"/>
<button id="cancelbutton" oncommand="LP.print_cancel_click(document, window)"/>
</hbox>
<iframe flex="1" id="print-iframe" width="330" height="164"/>
</dialog>